home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Merciful 1
/
Merciful - Disc 1.iso
/
software
/
r
/
rexx_plus_compiler
/
rexxpluscompiler2.dms
/
in.adf
/
RexxPlPlot
/
Examples
/
examples.zoo
/
Main.plot
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1990-03-17
|
309 b
|
14 lines
/* Main.plot - Example of ARexx control over RexxPlPlot */
/* Modified for RexxPlPlot by Glenn M. Lewis - 9/12/89 */
address 'PlPlot'
'plstar(1,1);'
'pladv(0);'
'plvpor(0.,1.,0.,1.);'
'plwind(0.,1.,0.,1.);'
'plbox("bcg",0.,0,"bcg",0.,0);'
'plend();'
exit 0